home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.dis = 2;
- _root.txt_time = 50;
- _root.txt = "What for?";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.dis = 2;
- _root.txt_time = 50;
- _root.txt = "It says that Meriwether will be preforming at the homecoming tonight. I love this band!";
- }
- }
- }
-